home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / bbs / both_203.zip / BOTHALL.DOC < prev    next >
Text File  |  1994-09-17  |  15KB  |  323 lines

  1.  *************************************************************************
  2.  *                             BOTHALL.PPE                               *
  3.  *                   A PCBoard 15.1 Sysop Utility PPE                    *
  4.  *                   version: 2.03   date: 09/17/1994                    *
  5.  *        (c) Copyright 1994  by A. Segura  (All Rights Reserved)        *
  6.  *************************************************************************
  7.  
  8.  
  9. Purpose:        To perform the generation of a bulletin display files
  10.                 complete with PCBoard @ color codes, containing a running
  11.                 list of all the valid callers to the board and their
  12.                 statistics.
  13.  
  14.  
  15.  
  16. Sample ACALL output file:
  17.  
  18. ╔═════════════════════════════════════════════════════════════════════════════╗
  19. ║..............SBG Online! BBS * Jacksonville, FL * (904)757-7878.............║
  20. ╠═════════════════════════════════════════════════════════════════════════════╣
  21. ║ Date  Time  Min User Name          User's City           Sec Baud  Call Node║
  22. ╠═════════════════════════════════════════════════════════════════════════════╣
  23. ║ 06-09 10:05   6 Dick Riggins       Alexandria, Va         50 14400   20   1 ║
  24. ║ 06-08 18:38   3 Robert Burlan      Phoenix, Az            30  9600   99   2 ║
  25. ║ 06-08 16:35   1 Arnold Shoeman     London, England        10  2400    1   4 ║
  26. ║ 06-08 12:03   3 Guy Lombardi       Indianapolis, Indiana  30 14400   19   1 ║
  27. ╚═════════════════════════════════════════════════════════════════════════════╝
  28. ...........BOTHALL.PPE (c) COPYRIGHT 1994 by Al Segura  REGISTERED.............
  29.  
  30.  
  31.  
  32. Sample ASTAT Output file:
  33.  
  34. ╔═════════════════════════════════════════════════════════════════════════════╗
  35. ║..............SBG Online! BBS * Jacksonville, FL * (904)757-7878.............║
  36. ╠═════════════════════════════════════════════════════════════════════════════╣
  37. ║                                Sec TOTAL Files  MESSAGES# Cmnt SECURITY  Dwn║
  38. ║ Date  Time  User Name          Lvl Call Dwn  Up  Read Wrt Left Vio Pwrd  Lmt║
  39. ╠═════════════════════════════════════════════════════════════════════════════╣
  40. ║ 05-02 17:54 Nick Rakroshis      15    1   3   1     2   0    0   2    2    0║
  41. ║ 05-02 13:43 Dick Riggins        10    2   0   0     3   1    1   0    0    0║
  42. ║ 05-01 20:18 Rob Fanardo         70   58 631   2  1320  10    1   1    1    6║
  43. ║ 05-01 03:03 David Culpall       20   20   7   0     0   0    0   1    0    1║
  44. ╚═════════════════════════════════════════════════════════════════════════════╝
  45. ............BOTHALL.PPE (c) COPYRIGHT 1994 by Al Segura  REGISTERED............
  46.  
  47.  
  48.  
  49. Zip
  50. Contents:       1.   BOTHALL.DOC    this file.
  51.                 2.   BOTHALL.PPE    the subject PPE file.
  52.                 3.   BOTHALL.CFG    a sample configuration file.
  53.                 4.   REGISTER.FRM   mailer registration form (FREE reg.).
  54.  
  55.  
  56. CFG File:       A configuration file is provided for the Sysop to
  57.                 make his/her own custom changes, see below:
  58.  
  59. =============================================================================
  60. {Your Board Name goes here, see sample CFG file}
  61. 20
  62. 500
  63. Sysop
  64. AL SEGURA
  65. none
  66. none
  67. none
  68. 500
  69. @X0   ; Border_Color
  70. @X0   ; BBS_Color
  71. @X0   ; Labels_Color
  72. @X0   ; Date_Color
  73. @X0   ; Time_Color
  74. @X0   ; Min_Color
  75. @X0   ; User_Color
  76. @X0   ; City_Color
  77. @X0   ; Sec_Color
  78. @X0   ; SSec_Color
  79. @X0   ; Baud_Color
  80. @X0   ; Call_Color
  81. @X0   ; LastOn_Color
  82. @X0   ; TotUp_Color
  83. @X0   ; TotDwn_Color
  84. @X0   ; MsgRd_Color
  85. @X0   ; MsgWt_Color
  86. @X0   ; Cmnt_Color
  87. @X0   ; SecVio_Color
  88. @X0   ; SecPd_Color
  89. @X0   ; DwnLm_Color
  90. Unregistered
  91. 0
  92. @X0   ; Node_Color
  93.  
  94. ------------------------------------------------------------------------
  95. Line 01: Name of your BBS for header line, 77 hard charac. (you do formatting)
  96. Line 02: Security Level to begin highlighting as special user
  97. Line 03: Maximum number of entries in bulletin (1 to 32,000)
  98. Line 04: User name #1 to exclude
  99. Line 05: User name #2 to exclude
  100. Line 06: User name #3 to exclude
  101. Line 07: User name #4 to exclude
  102. Line 08: User name #5 to exclude
  103. Line 09: Security level if a security specific display file is desired, if no
  104.          specific security is required, enter 500.
  105. Line 10: Border Color of bulletin display
  106. Line 11: BBS Name line Color
  107. Line 12: Bulletin Labels Color
  108. Line 13: Today's Date Color
  109. Line 14: Todays's Time Color
  110. Line 15: Minutes online Color
  111. Line 16: User's Name Color
  112. Line 17: User's City Color
  113. Line 18: User's Security level Color
  114. Line 19: Special User's Security Level Color
  115. Line 20: User's modem Baud Rate Color
  116. Line 21: User's number of Calls Color
  117. Line 22: User's Last-Date-On Color
  118. Line 23: User's Total # Uploads Color
  119. Line 24: User's Total # Downloads Color
  120. Line 25: User's Total # Messages Read Color
  121. Line 26: User's Total # Messages Written Color
  122. Line 27: User's Total # Comments to Sysop Color
  123. Line 28: User's Total # Security Violations Color
  124. Line 29: User's Total # Password Failures Color
  125. Line 30: User's Total # Download Limit Reached Warnings Color
  126. Line 31: Registration Key  (Free from SBG Online! BBS--on NEWS display)
  127. Line 32: Midnight reset/Yesterday callers screen option (0=no, 1=yes)
  128. Line 33: caller node color
  129. ==============================================================================
  130.  
  131.  
  132. Installation:   The PPE can be installed in valid desired PPE call
  133.                 locations, such as:  the text display files SCRIPT0, or
  134.                 in PCBTEXT locations 192 or 166.
  135.  
  136.  
  137. Usage:
  138.  
  139.         1. When the PPE executes, it generates two text display bulletins,
  140.            one called ACALL and the other called ASTAT, both located in
  141.            the same directory as the PPE file.  The files can then be called
  142.            as an INTRO file, a regular bulletin file, or any other text
  143.            display file means. (The files can also be limited to a certain
  144.            security specific level such as: ACALL20 or ASTAT10).  (added
  145.            in v2.03 is option to create new display files everyday with a
  146.            third and fourth file called YCALL and YSTAT being generated
  147.            containing previous days info--line 32 of CFG file must be set
  148.            to 1 for this option).
  149.  
  150.         2. The PPE itself can be placed in any location desired as long
  151.            as the full path is entered in the callout.
  152.  
  153.         3. I recommend placing the PPE in PCBTEXT location 192 and call
  154.            such as: !C:\PCB\PPE\BOTHALL.PPE  (To do this, run program
  155.            MKPCBTEXT.EXE, enter name of file such as PCBTEXT, select
  156.            F3, enter 192, then enter the PPE call.
  157.  
  158.         4. The program creates two .TMP files which it uses to generate the
  159.            PCBoard color coded bulletin.  They can be edited if necessary.
  160.  
  161.         5. The ASTAT bulletin requires that the PCBoard User Statistics TPA
  162.            be installed to acquire the additional statistic information.
  163.  
  164. Registration:   NONE!!  There is no registration fee.  Basic use of the PPE
  165.                 is FREE!!!
  166.  
  167.                 However, if you feel compelled that my work is worth
  168.                 compensation, I will accept all offers.  Thank You!
  169.  
  170.                 If you want to remove the UNREGISTERED stamp, call my BBS
  171.                 for the FREE registration key (904-757-7878).  I'm just
  172.                 curious how many people really use the PPE. The registration
  173.                 key is listed on the NEWS screen (just type in NEWS or NE
  174.                 at the command prompt).  Then enter the key value on line
  175.                 31 of the CFG file.  Or you can obtain the key by mail
  176.                 using the REGISTER.FRM mailer.
  177.  
  178.                 Also, if you would like to provide suggestions for
  179.                 improvement to the PPE, bug reports, or just a note
  180.                 of thanks or hello, please forward those as well.  See
  181.                 below for my mailing address and BBS number. Additionally,
  182.                 I frequently browse the RIME Sysop and PCBoard conferences,
  183.                 although contacting me there is not as reliable because
  184.                 sometimes I get very busy (SBGONLINE  RIME #5561).
  185.  
  186.  
  187. Updates:        The latest version of the PPE program can be obtained from
  188.                 my BBS: SBG Online! BBS (904) 757-7878.  If you have any
  189.                 comments or suggestions for improvement, you can leave them
  190.                 there also.  The file will be found in directory #1 as a
  191.                 FREE/NOTIME file.  The BBS runs PCBoard 15 at 28800v.fc.
  192.  
  193.  
  194. Source          If you desire a diskette containing the PPL source code so
  195. Code:           you can modify it for your own use, the cost is $15 US.  I
  196.                 accept cash, money order, VISA or Mastercard. You can place
  197.                 an order by mail at:  A. Segura, P.O. Box 1089, Sterling,
  198.                 VA, 20167-1089.
  199.  
  200.                 As another option, for $25, you can subscribe to the PPE
  201.                 conference on my BBS.  The conference will always contain
  202.                 the latest version of the source code for ALLCALL, CALLBLOC,
  203.                 CALLCHK, VULGARID and several other PPEs for immediate
  204.                 downloading.  The subscription period lasts one year.  We
  205.                 also have the latest version of the PIER Shareware CDROM
  206.                 always online.  You can even subscribe online with your
  207.                 VISA/MC via (S)cript Questionaire #2 for immediate access.
  208.  
  209.  
  210. Distribution:   You may freely distribute this complete package only in an
  211.                 unmodified form.  No remuneration may be collected or charged
  212.                 for this work by anyone other than the below noticed
  213.                 individual/company except for that cost incurred in actual
  214.                 electronic media production (i.e. diskette or CDROM).  In
  215.                 other words, it can be placed on BBSs, shareware CDROMS, etc.
  216.                 but I/my company reserves the right of copyright and
  217.                 remuneration for the actual work.  The source code may not
  218.                 be distributed by anyone other than the below listed company.
  219.  
  220.  
  221. Disclaimer:     The user agrees when utilizing this package that he does so
  222.                 at his own risk with no guarantees, implied or otherwise, as
  223.                 to the functional performance or liability of the package.
  224.  
  225.  
  226.  
  227. History:       Ver.   Date       Remarks
  228.                ----   --------   -------------------------------------------
  229.                1.0    05/15/94   Initial release.
  230.                1.1    05/25/94   Fixed a couple of minor format bugs.
  231.                2.0    06/10/94   Added improved screen formatting and colors
  232.                                  at suggestion of Allen T. (CVRC BBS)
  233.                2.01   06/19/94   Fixed a screen scroll bug.
  234.                2.02   08/08/94   Maint. release only, adds new support BBS #
  235.                2.03   09/17/94   Added Midnight reset/Yesterday option at
  236.                                  suggestion of Ronald G. (Goodee's BBS) and
  237.                                  Node display option at suggestion of Chuck D.
  238.                                  (PC Access BBS).
  239.  
  240.  
  241. ***************************************************************************
  242. *                  (c) Copyright 1994 by A. Segura                        *
  243. ***************************************************************************
  244.  
  245.  
  246. Other PPEs/Programs:
  247.  
  248.  ********************************************************************
  249.  *      Look for these other fine utilities at a BBS near you       *
  250.  ********************************************************************
  251.  
  252.  ALLCALL.PPE    generates a text display bulletin, complete with PCB
  253.                 color codes, of all the callers to the board.
  254.  
  255.  ALLSTAT.PPE    generates a text display bulletin, complete with PCB
  256.                 color codes, of statistics of all the callers to the board.
  257.  
  258.  ANSR.PPE       performs a user question or disclaimer prompt--performing
  259.                 user upgrade/downgrade based upon response--Sysop
  260.                 configurable for actions taken.
  261.  
  262.  AUTOSUBS.PPE   run as a script questionnaire, allows online credit
  263.                 card subscriptions to BBS (VISA/MC), completes log
  264.                 entries and sends alert message to SysOp. (for
  265.                 PCBoard 15)
  266.  
  267.  BOTHALL.PPE    performs both ALLCALL and ALLSTAT functions at same time,
  268.                 plus has improved formatting/color control.
  269.  
  270.  BULLCHK.PPE    performs automated tracking of bulletins read by the
  271.                 user and performs a user upgrade when all sysop selected
  272.                 bulletins have been read.
  273.  
  274.  CALLBLOC.PPE   performs a call blocking function before the
  275.                 user can log on based upon a SysOp defined listing
  276.                 of undesirable phone numbers--must have callerid
  277.                 capable modem. Even sends the SysOp an alert message.
  278.                 (for PCBoard 15)
  279.  
  280.  CALLCHK.PPE    performs basic callerid identification, logs info
  281.                 in file log and user records if desired, and will
  282.                 also display desired text screens to users--must
  283.                 have callerid capable modem.  Several SysOp config-
  284.                 uable options. (for PCBoard 15)
  285.  
  286.  DUP-BLOC.PPE   Blocks current users from signing-on with duplicate
  287.                 records--uses CallerID info.  Should be used with
  288.                 CALLBLOC.PPE for complete blocking system.
  289.  
  290.  DUSTATS.EXE    Top downloads statistics bulletin generator.
  291.  
  292.  MAKEBLTN.EXE   Top callers, cities, down/uploaders bulletin generator
  293.  
  294.  PADLOADS.EXE   Automated uploads directory padder--makes your BBS look
  295.                 more active with more daily uploads.
  296.  
  297.  REPORT.EXE     Program generates reports of CallerID info, user record
  298.                 phone numbers, common passwords and several other goodies
  299.                 to aid Sysop in identifying abusive or questionable users.
  300.  
  301.  SBGRELAY.EXE   Bulletin/display file generator for RIME, PCRelay(tm) last
  302.                 mail transfer.
  303.  
  304.  VULGAR.PPE     performs a vulgar word/phrase check on user names and
  305.                 city entries based on a file of names defined by
  306.                 SysOp, and performed before complete newuser login.
  307.                 (for PCBoard 15)
  308.  
  309.  VULGARID.PPE   same program as VULGAR.PPE except it automatically
  310.                 passes the callerid info to CALLBLOC.PPE program
  311.                 for future lock-outs. (must have both programs and a
  312.                 modem that supports callerid) (for PCBoard 15)
  313.  
  314.                 NOTE: VULGARID ver. 1.x only works with CALLBLOC
  315.                       ver. 1.x.  VULGARID ver. 2.x only works
  316.                       with CALLBLOC ver. 2.x.
  317.  
  318.  
  319. ***************************************************************************
  320. *         (c) Copyright 1994  by A. Segura   ALL RIGHTS RESERVED          *
  321. ***************************************************************************
  322.  
  323.